From: awilliam@xenbuild.aw Date: Sun, 21 May 2006 13:28:05 +0000 (-0600) Subject: [IA64] make it possible to disable CONFIG_XEN X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~16051 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=9df82c7e67185401cbc788b3f5af59b21e0a8efc;p=xen.git [IA64] make it possible to disable CONFIG_XEN This patch helps distro inclusion efforts by making it possible to build a xen-patched Linux kernel with CONFIG_XEN disabled. Signed-off-by: Aron Griffis --- diff --git a/linux-2.6-xen-sparse/arch/ia64/Kconfig b/linux-2.6-xen-sparse/arch/ia64/Kconfig index 0f4a19c0bb..763b19ea42 100644 --- a/linux-2.6-xen-sparse/arch/ia64/Kconfig +++ b/linux-2.6-xen-sparse/arch/ia64/Kconfig @@ -51,7 +51,7 @@ config GENERIC_IOMAP default y config XEN - bool + bool "Xen hypervisor support" default y help Enable Xen hypervisor support. Resulting kernel runs @@ -60,6 +60,7 @@ config XEN config ARCH_XEN bool default y + depends on XEN help TEMP ONLY. Needs to be on for drivers/xen to build.